home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Directorytools / ClickDOS / INSTALL < prev    next >
Text File  |  1996-09-26  |  523b  |  13 lines

  1. ; This script file installs ClickDOS II.
  2. ; It does the following:
  3. ;    Copies ClickDOS II to the utilities directory of your workbench disk
  4. ;    Copies the Spool program to the directory where C: is assigned
  5. ;    Copies the ClickDOS-Startup file to the directory where S: is assigned
  6.  
  7. ECHO "Installing ClickDOS II and its support files..."
  8. COPY ClickDOS_II:ClickDOS_II TO SYS:Utilities
  9. COPY ClickDOS_II:ClickDOS_II.info TO SYS:Utilities
  10. COPY ClickDOS_II:Spool TO C:
  11. COPY ClickDOS_II:ClickDOS-Startup TO S:
  12. ECHO "Complete."
  13.